From: Eli Zaretskii Date: Sat, 27 Jul 2024 12:56:47 +0000 (+0300) Subject: ; * doc/lispref/modes.texi (Mode Line Data): Fix formatting. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~614 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=158835668dffcad0c5668dd01200f2737972bb3e;p=emacs.git ; * doc/lispref/modes.texi (Mode Line Data): Fix formatting. --- diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 7c7823b5f9b..27b74a9d233 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -2259,7 +2259,7 @@ space filled on the right if its width is less than @var{width}. When @minus{}@var{width} columns if its width exceeds @minus{}@var{width}. For example, the usual way to show what percentage of a buffer is above -the top of the window is to use a list like this: @code{(-3 "%p")}. +the top of the window is to use a list like this: @w{@code{(-3 "%p")}}. @end table @node Mode Line Top